home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Sample Editors⁄Viewers / Cappuccino / Source / CappuccinoAETE.r < prev    next >
Encoding:
Text File  |  1995-12-11  |  1.3 KB  |  79 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        CappuccinoAETE.r
  3.  
  4.     Contains:    AETE resources for Cappuccino
  5.  
  6.     Written by:    Troy Gaul (originiated by Jon Pugh)
  7.  
  8.     Copyright:    © 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11. #ifndef __AEUSERTERMTYPES__
  12. #include "AEUserTermTypes.r"
  13. #endif
  14.  
  15. #ifndef __APPLEEVENTS_R__
  16. #include "AppleEvents.r"
  17. #endif
  18.  
  19. #ifndef __AEREGISTRY.R__
  20. #include "AERegistry.r"
  21. #endif
  22.  
  23. #ifndef __ASREGISTRY__
  24. #include "ASRegistry.r"
  25. #endif
  26.  
  27. #ifndef _CAPPUCCINODEF_
  28. #include "CappuccinoDef.h"
  29. #endif
  30.  
  31. #define english 0
  32.  
  33. resource 'aete' (english, "Cappuccino Terminology") 
  34. {
  35.     0x01,
  36.     0x00,
  37.     english,
  38.     roman,
  39.     {    /* array Suites: 1 element  */
  40.         /* [1] */
  41.         "Cappuccino Suite",
  42.         "Suite pertaining to Cappuccino.",
  43.         kCappuccinoEditorOSType,
  44.         1,
  45.         1,
  46.         {    /* array Events: 0 elements */
  47.         },
  48.         {    /* array Classes: 1 element */
  49.             /* [1] */
  50.             "Cappuccino",
  51.             kCappuccinoEditorOSType,
  52.             "The root Cappuccino object.",
  53.             {    /* array Properties: 1 element */
  54.                 /* [1] */
  55.                 "contents",
  56.                 pContents,
  57.                 typeChar,
  58.                 "The text displayed by the part.",
  59.                 reserved,
  60.                 singleItem,
  61.                 notEnumerated,
  62.                 readWrite,
  63.                 reserved, reserved, reserved, reserved, reserved, reserved, reserved, reserved,
  64.                 noApostrophe,
  65.                 notFeminine,
  66.                 notMasculine,
  67.                 singular,
  68.             },
  69.             {    /* array Elements: 0 elements */
  70.             },
  71.         },
  72.         {    /* array ComparisonOps: 0 elements */
  73.         },
  74.         {
  75.         },
  76.     },
  77. };
  78.  
  79.